Browse Source

editorconfig: add more settings

master
Simon Ser 4 years ago
parent
commit
dd5633ac51
No known key found for this signature in database GPG Key ID: FDE7BE0E88F5E48
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .editorconfig

+ 4
- 0
.editorconfig View File

@@ -1,6 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4



Loading…
Cancel
Save