This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-03-29 14:45:01 +02:00
parent 1a4d72f145
commit 83ed8148a2
578 changed files with 100547 additions and 4 deletions
+20
View File
@@ -0,0 +1,20 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 150
[CHANGELOG.md]
indent_style = space
indent_size = 2
[*.json]
max_line_length = off
[Makefile]
max_line_length = off