Codebase list node-request-promise-core / 56246903-55ec-4fb5-befb-7a4e6d26c326/main .editorconfig
56246903-55ec-4fb5-befb-7a4e6d26c326/main

Tree @56246903-55ec-4fb5-befb-7a4e6d26c326/main (Download .tar.gz)

.editorconfig @56246903-55ec-4fb5-befb-7a4e6d26c326/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