Codebase list fish / upstream/2.6.0 .editorconfig
upstream/2.6.0

Tree @upstream/2.6.0 (Download .tar.gz)

.editorconfig @upstream/2.6.0raw · history · blame

root = true

[*]
indent_size = 4
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{Makefile,*.in}]
indent_style = tab

[*.md]
trim_trailing_whitespace = false

[*.{sh,ac}]
indent_size = 2

[Dockerfile]
indent_size = 2