Codebase list i3-gaps / eb4530e9-834f-4533-82ec-237a159c26af/upstream .editorconfig
eb4530e9-834f-4533-82ec-237a159c26af/upstream

Tree @eb4530e9-834f-4533-82ec-237a159c26af/upstream (Download .tar.gz)

.editorconfig @eb4530e9-834f-4533-82ec-237a159c26af/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