Codebase list i3-gaps / 75e3ec12-f284-4c6c-a5f4-ab5bdfceea90/upstream .editorconfig
75e3ec12-f284-4c6c-a5f4-ab5bdfceea90/upstream

Tree @75e3ec12-f284-4c6c-a5f4-ab5bdfceea90/upstream (Download .tar.gz)

.editorconfig @75e3ec12-f284-4c6c-a5f4-ab5bdfceea90/upstreamraw · 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