8000 Adding .editorconfig file · jasonLaster/sprintf.js@b2baccc · GitHub
[go: up one dir, main page]

Skip to content

Commit b2baccc

Browse files
author
Driss AGOURRAM
committed
Adding .editorconfig file
1 parent 515f2ed commit b2baccc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# EditorConfig defines and maintains consistent coding styles between different
2+
# editors and IDEs: http://EditorConfig.org/
3+
4+
# Top-most EditorConfig file
5+
root = true
6+
7+
# All files
8+
[*]
9+
charset = utf-8
10+
end_of_line = lf
11+
insert_final_newline = true
12+
indent_style = space
13+
indent_size = 4
14+
trim_trailing_whitespace = true
15+
max_line_length = 80

0 commit comments

Comments
 (0)
0