Browse Source

pioneer: restore the .editorconfig

Mokhtar Naamani 4 years ago
parent
commit
01e6d07893
1 changed files with 10 additions and 0 deletions
  1. 10 0
      pioneer/.editorconfig

+ 10 - 0
pioneer/.editorconfig

@@ -0,0 +1,10 @@
+root = true
+[*]
+indent_style=space
+indent_size=2
+tab_width=2
+end_of_line=lf
+charset=utf-8
+trim_trailing_whitespace=true
+max_line_length=120
+insert_final_newline=true