Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit 9e81489

Browse files
iwan-aucamp-csbcherny
authored andcommitted
add .editorconfig (bcherny#186)
* add .editorconfig * set trim_trailing_whitespace to true in .editorconfig and add it to .npmignore
1 parent 5b163f1 commit 9e81489

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# http://editorconfig.org/#file-format-details
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
tab_width = 2
8+
end_of_line = lf
9+
charset = utf-8
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dist/test
99
circle.yml
1010
ARCHITECTURE.md
1111
CONTRIBUTING.md
12+
.editorconfig

0 commit comments

Comments
 (0)