Skip to content

Commit 26a6347

Browse files
EditorConfig
Added the EditorConfig (1) file that matches "Arctic Ice Studio's" style guides for a consistent code base between different editors and IDEs. References: (1) https://editorconfig.org Epic: GH-33 Depends on GH-49 Resolves GH-38
1 parent 0213c4e commit 26a6347

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.editorconfig

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
2+
# Copyright (C) 2017-present Sven Greb <[email protected]>
3+
#
4+
# Project: snowsaw
5+
# Repository: https://github.com/arcticicestudio/snowsaw
6+
# License: MIT
7+
8+
# +--------------------+
9+
# + Base Configuration +
10+
# +--------------------+
11+
[*]
12+
charset = utf-8
13+
end_of_line = lf
14+
indent_size = 2
15+
indent_style = space
16+
insert_final_newline = true
17+
max_line_length = 120
18+
trim_trailing_whitespace = true
19+
20+
# +-----------+
21+
# + Languages +
22+
# +-----------+
23+
# +--- Markdown ---+
24+
[*.{md,gdm}]
25+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)