Codebase list i3-gaps / 76851d7 .editorconfig
76851d7

Tree @76851d7 (Download .tar.gz)

.editorconfig @76851d7raw · 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