Codebase list node-request-promise-core / 38c62b83-75d1-4680-9577-9a7c8c199714/main .editorconfig
38c62b83-75d1-4680-9577-9a7c8c199714/main

Tree @38c62b83-75d1-4680-9577-9a7c8c199714/main (Download .tar.gz)

.editorconfig @38c62b83-75d1-4680-9577-9a7c8c199714/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