1 # ---------------------------------------------------------------------------
3 # Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
4 # ---------------------------------------------------------------------------
5 # SquirrelJME is under the GNU General Public License v3+, or later.
6 # See license.mkd for licensing and copyright information.
7 # ---------------------------------------------------------------------------
8 # DESCRIPTION: EditorConfig Stylization <https://editorconfig.org/>
10 ### GLOBAL PROJECT SETTINGS ###
15 insert_final_newline = true
19 trim_trailing_whitespace = true
21 # Batch files are Windows specific
24 insert_final_newline = unset
32 # Standard source code
33 [*.{md,mkd,c,cpp,h,java,js,json,j,sh,xpm,gradle}]
36 trim_trailing_whitespace = false
37 curly_bracket_next_line = true
38 spaces_around_operators = false
39 spaces_around_brackets = false
40 indent_brace_style = Allman
41 wildcard_import_limit = 0
43 # Markdown may be in UTF-8, but uses different indentation depending on context