Codebase list node-request-promise-core / 47a5e045-6735-4971-865f-92d27a82f75d/main .editorconfig
47a5e045-6735-4971-865f-92d27a82f75d/main

Tree @47a5e045-6735-4971-865f-92d27a82f75d/main (Download .tar.gz)

.editorconfig @47a5e045-6735-4971-865f-92d27a82f75d/mainraw · history · blame

# EditorConfig is awesome: http://EditorConfig.org

root = true

[*]
charset = utf-8
end_of_line = lf

[*.js]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,xml}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

[*.{md,txt}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
insert_final_newline = false