Skip to content

Commit 600bf2a

Browse files
committed
Add official vscode-css source files
1 parent 11e0691 commit 600bf2a

File tree

6 files changed

+5958
-0
lines changed

6 files changed

+5958
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Tab indentation
7+
[*]
8+
indent_style = tab
9+
trim_trailing_whitespace = true
10+
11+
# The indent size used in the `package.json` file cannot be changed
12+
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
13+
[{*.yml,*.yaml,*.cson,package.json}]
14+
indent_style = space
15+
indent_size = 2

0 commit comments

Comments
 (0)