Files
configng/.editorconfig

26 lines
494 B
INI

# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Custom Armbian formatting for bash sources and configuration
[*]
charset = utf-8
end_of_line = lf
[*.{sh,conf}]
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 8
shell_variant = bash
binary_next_line = false
switch_case_indent = true
space_redirects = true
keep_padding = false
function_next_line = false
[*.json]
indent_style = space
indent_size = 4