forked from MvBonin/wingpanel-community-indicators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
28 lines (23 loc) · 1009 Bytes
/
.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
# EditorConfig
# Since this is an existing project, we'll keep the style consistent.
# ----------------------------------------------------------------------------------------------------------------------
root = true
# ----------------------------------------------------------------------------------------------------------------------
# Global:
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# ----------------------------------------------------------------------------------------------------------------------
[meson.build]
indent_style = space
indent_size = 4
# ----------------------------------------------------------------------------------------------------------------------
[*.vala]
indent_style = space
indent_size = 4
ident_brace_style = stroustrup
curly_bracket_next_line = false
spaces_around_operators = true
spaces_around_brackets = true