Codebase list i3-gaps / c08c03d1-3991-4794-b68c-54a2ef0427eb/upstream .editorconfig
c08c03d1-3991-4794-b68c-54a2ef0427eb/upstream

Tree @c08c03d1-3991-4794-b68c-54a2ef0427eb/upstream (Download .tar.gz)

.editorconfig @c08c03d1-3991-4794-b68c-54a2ef0427eb/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