Codebase list node-write-file-promise / b459edb3-74aa-458f-bc7a-bbda087e3adf/upstream .editorconfig
b459edb3-74aa-458f-bc7a-bbda087e3adf/upstream

Tree @b459edb3-74aa-458f-bc7a-bbda087e3adf/upstream (Download .tar.gz)

.editorconfig @b459edb3-74aa-458f-bc7a-bbda087e3adf/upstreamraw · history · blame

; This file is for unifying the coding style for different editors and IDEs
; See editorconfig.org

; top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[package.json]
indent_style = space
indent_size = 2