Browse Source

editorconfig: initial add

pull/2/head
Alibek Omarov 5 years ago
parent
commit
b535c24edb
  1. 9
      .editorconfig

9
.editorconfig

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = latin1
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
Loading…
Cancel
Save