Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.editorconfig - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a6c4abe790b5d76986c6f2e7e5cd37109afc502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file is for unifying the coding style for different editors and IDEs.
# More information at http://EditorConfig.org

# No .editorconfig files above the root directory
root = true

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

[package.json]
indent_size = 2