add editorconfig and editorconfig check

This commit is contained in:
Anjandev Momi 2020-11-08 19:17:48 -05:00
parent ab3bb9bcdd
commit 65f18565f1
2 changed files with 18 additions and 0 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
max_line_length = 72
spaces_around_operators = true
charset = utf-8
trim_trailing_whitespace = true