Blame .editorconfig

Packit Service 7770af
# This file is for unifying the coding style for different editors and IDEs
Packit Service 7770af
# editorconfig.org
Packit Service 7770af
Packit Service 7770af
root = true
Packit Service 7770af
Packit Service 7770af
[*]
Packit Service 7770af
charset = utf-8
Packit Service 7770af
trim_trailing_whitespace = true
Packit Service 7770af
insert_final_newline = true
Packit Service 7770af
indent_style = space
Packit Service 7770af
indent_size = 2
Packit Service 7770af
Packit Service 7770af
[{Makefile, GNUmakefile.am}]
Packit Service 7770af
indent_style = tab
Packit Service 7770af
indent_size = 4