Codebase list i3-gaps / f9eeaa1c-77c8-48dd-b057-f95dc8b1f8eb/upstream .editorconfig
f9eeaa1c-77c8-48dd-b057-f95dc8b1f8eb/upstream

Tree @f9eeaa1c-77c8-48dd-b057-f95dc8b1f8eb/upstream (Download .tar.gz)

.editorconfig @f9eeaa1c-77c8-48dd-b057-f95dc8b1f8eb/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