tissue/.editorconfig
shibafu 407fd192bd Revert "Revert "Release 20200823.1100""
This reverts commit 1b5f690f4e3f58b38562d29384b571edb7aecdb3.
2020-08-30 13:57:02 +09:00

22 lines
279 B
INI

root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[*.json]
indent_size = 2
[composer.json]
indent_size = 4