Codebase list i3-gaps / 16c533d3-99b1-4e3e-9f9d-b58d8b4e2a68/upstream .editorconfig
16c533d3-99b1-4e3e-9f9d-b58d8b4e2a68/upstream

Tree @16c533d3-99b1-4e3e-9f9d-b58d8b4e2a68/upstream (Download .tar.gz)

.editorconfig @16c533d3-99b1-4e3e-9f9d-b58d8b4e2a68/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