Codebase list gnome-shell-extension-gamemode / debian/7-3 .editorconfig
debian/7-3

Tree @debian/7-3 (Download .tar.gz)

.editorconfig @debian/7-3raw · history · blame

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.js]
indent_style = space
indent_size = 4

[*{.json,.json.in}]
indent_style = space
indent_size = 2

[*.xml]
indent_style = space
indent_size = 2

[*.sh]
indent_style = space
indent_size = 4