Codebase list i3-gaps / 93d29c39-f9ec-4785-a2d5-eb670a71f546/upstream .editorconfig
93d29c39-f9ec-4785-a2d5-eb670a71f546/upstream

Tree @93d29c39-f9ec-4785-a2d5-eb670a71f546/upstream (Download .tar.gz)

.editorconfig @93d29c39-f9ec-4785-a2d5-eb670a71f546/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