This commit is contained in:
2019-11-04 17:21:05 +09:00
parent 2a2c7bbc2f
commit bd7292e2b2
6 changed files with 20 additions and 38 deletions

View File

@ -1,15 +1,15 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.pixy]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_style = space