Skip to content

Commit 503bc88

Browse files
committed
feat(project): add editorconfig
1 parent 416b4bf commit 503bc88

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.editorconfig

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# ╔═╗╔╦╗╦╔╦╗╔═╗╦═╗┌─┐┌─┐┌┐┌┌─┐┬┌─┐
2+
# ║╣ ║║║ ║ ║ ║╠╦╝│ │ ││││├┤ ││ ┬
3+
# o╚═╝═╩╝╩ ╩ ╚═╝╩╚═└─┘└─┘┘└┘└ ┴└─┘
4+
#
5+
# This file (`.editorconfig`) exists to help maintain consistent formatting
6+
# throughout this project.
7+
#
8+
# To review what each of these options mean, see:
9+
# http://editorconfig.org/
10+
root = true
11+
12+
[*]
13+
indent_style = tab
14+
indent_size = 4
15+
trim_trailing_whitespace = true
16+
insert_final_newline = true
17+
charset = utf-8
18+
19+
[*.{tml,toml,yml,yaml}]
20+
indent_style = space
21+
indent_size = 2

0 commit comments

Comments
 (0)