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

.editorconfig - github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7cc5479b7b4b99f06f1052c9443d32ecfa1c7da6 (plain)
1
2
3
4
5
6
7
8
9
10
# Follow the guidelines. Use tabs, not spaces.
root = true

[src/*.{js,html}]
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
insert_final_newline = true