Codebase list i3-gaps / 8a6a0d16-6bef-4158-93f7-3f1603dbca74/main .editorconfig
8a6a0d16-6bef-4158-93f7-3f1603dbca74/main

Tree @8a6a0d16-6bef-4158-93f7-3f1603dbca74/main (Download .tar.gz)

.editorconfig @8a6a0d16-6bef-4158-93f7-3f1603dbca74/mainraw · 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