mugshot: bump REL due to gstreamer-0-10 removal
[aosc-os-abbs.git] / .editorconfig
blob7cb41c6a72f8977a90907130c00c154db9b9ceb0
1 # EditorConfig is awesome: https://EditorConfig.org
3 ###############################
4 # Core EditorConfig Options   #
5 ###############################
7 # top-most EditorConfig file
8 root = true
10 # All files
11 [!*.{diff,patch}]
12 indent_style = space
13 end_of_line = lf
14 charset = utf-8
15 trim_trailing_whitespace = true
16 insert_final_newline = true
17 # (Please don't specify an indent_size here; that has too many unintended consequences.)
19 # Markdown files
20 [*.md]
21 trim_trailing_whitespace = false