Skip to content

Commit f0b6be9

Browse files
authored
Merge pull request #872 from Batalex/support/remove-vsc-config
remove .vscode directory
2 parents 371261d + de61765 commit f0b6be9

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# Unix-style newlines with a newline ending every file
4+
[*]
5+
end_of_line = lf
6+
insert_final_newline = true
7+
8+
# Matches multiple files with brace expansion notation
9+
# Set default charset
10+
[*.{js,py}]
11+
charset = utf-8
12+
indent_style = space
13+
indent_size = 4
14+
15+
# Matches the exact files either package.json or .travis.yml
16+
[{package.json,.circleci/config.yml}]
17+
indent_style = space
18+
indent_size = 2

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)