-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
31 lines (29 loc) · 1.25 KB
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# EditorConfig helps maintain consistent coding styles for multiple developers across various editors and IDEs.
#
# GitHub Web IDE: native support, enabled by default.
# IntelliJ IDEA: native support, enabled by default.
# WebStorm: native support, enabled by default.
# Atom: plugin required. See https://editorconfig.org/#download
# Sublime Text: plugin required. See https://editorconfig.org/#download
# Vim: plugin required. See https://editorconfig.org/#download
# Visual Studio Code: plugin required. See https://editorconfig.org/#download
#
# editorconfig.org
#
# EditorConfig files are read top to bottom and the most recent rules found take precedence.
#
# charset = control the character set.
# indent_size = the number of columns used for each indentation level.
# indent_style = set to "tab" or "space" to use hard tabs or soft tabs respectively.
# insert_final_newline = set to true to ensure file ends with a newline when saving.
# end_of_line = control how line breaks are represented.
# trim_trailing_whitespace = set to true to remove any whitespace characters preceding newline characters.
# Top-most EditorConfig file
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
end_of_line = lf
trim_trailing_whitespace = true