blob: 87bbd9adf29216dcdecc1e36848a5e8f5a2f0ddb [file] [log] [blame]
# About this file, see:
# Website: https://editorconfig.org/
# For Emacs users: https://github.com/editorconfig/editorconfig-emacs
# For Vim users: https://github.com/editorconfig/editorconfig-vim
# For VS Code users: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab