Added boilerplate

This commit is contained in:
マリウス
2020-10-10 19:37:37 +01:00
parent 30e6330bd6
commit cf1cc31a12
4 changed files with 37 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
insert_final_newline = true
max_line = 80
[*.{md,markdown}]
trim_trailing_whitespace = false
[{Makefile,Makefile.*}]
indent_style = tab
indent_size = 2