Codebase list gnome-sound-recorder / 6a4e1b17-90b3-4b56-abb9-b8bdc162089f/main .editorconfig
6a4e1b17-90b3-4b56-abb9-b8bdc162089f/main

Tree @6a4e1b17-90b3-4b56-abb9-b8bdc162089f/main (Download .tar.gz)

.editorconfig @6a4e1b17-90b3-4b56-abb9-b8bdc162089f/mainraw · history · blame

root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

[*.{js,json}]
indent_size = 4

[*.js]
insert_final_newline = true