Codebase list i3-gaps / upstream/4.19 .editorconfig
upstream/4.19

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

.editorconfig @upstream/4.19raw · history · blame

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.{c,h}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true