insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
+indent_style = space
+indent_size = 4
+switch_case_indent = true
+function_next_line = false
+binary_next_line = true
+space_redirects = true
# Match config files, set indent to spaces with width of eight.
[*.{c,h}]
[*.sh]
indent_style = space
indent_size = 4
+switch_case_indent = true
+function_next_line = false
+binary_next_line = true
+space_redirects = true
# Match xml man pages, set indent to spaces with width of two.
[man/*.xml]