Codebase list wlroots / 2202e276-99f4-4301-abb9-1171c4016cec/main .editorconfig
2202e276-99f4-4301-abb9-1171c4016cec/main

Tree @2202e276-99f4-4301-abb9-1171c4016cec/main (Download .tar.gz)

.editorconfig @2202e276-99f4-4301-abb9-1171c4016cec/mainraw · history · blame

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4

[*.xml]
indent_style = space
indent_size = 2