first commit

This commit is contained in:
kdav5758
2021-07-01 16:55:41 -05:00
parent 969be18e92
commit 2c8790b006
11 changed files with 282 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tabs
indent_size = 4
[*.txt]
indent_style = tab
indent_size = 4
[*.{diff,md}]
trim_trailing_whitespace = false