Skip to content

Commit 62715a8

Browse files
committed
Apply new config standards.
1 parent 496b4b5 commit 62715a8

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
insert_final_newline = true
5+
6+
[*.{js,jsx,ts,tsx,vue,pug,scss,css,json}]
7+
charset = utf-8
8+
indent_style = space
9+
indent_size = 2
10+
end_of_line = lf
11+
trim_trailing_whitespace = true

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.sublime-project
2+
*.sublime-workspace
3+
node_modules
4+
readme-internal.md
5+
.pnpm-debug.log

.xo-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/spieglio/.xo-config.json

0 commit comments

Comments
 (0)