Skip to content

Commit 061621d

Browse files
authored
Create .editorconfig
Add .editorconfig with the same rules from https://github.com/documentationjs/documentation/blob/master/.editorconfig - but with addition of HTML. Helps keep code consistently formatted :-)
1 parent 891db1c commit 061621d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.{js,css,html}]
2+
indent_style = space
3+
indent_size = 2
4+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)