Codebase list node-write-file-promise / 19c7bff7-187e-4e8c-9b1e-07af06b675d9/main .editorconfig
19c7bff7-187e-4e8c-9b1e-07af06b675d9/main

Tree @19c7bff7-187e-4e8c-9b1e-07af06b675d9/main (Download .tar.gz)

.editorconfig @19c7bff7-187e-4e8c-9b1e-07af06b675d9/mainraw · 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