summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/flatpak/.editorconfig
blob: d9e658587f416c8aec50df5617b983811d710142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# EditorConfig specs and documentation: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.yml]
indent_size = 2

[*.patch]
indent_style = unset
indent_size = unset
insert_final_newline = unset
trim_trailing_whitespace = unset