diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..08d84af8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# EditorConfig is awesome: https://editorconfig.org + +# top-most EditorConfig file +root = true + +[*.{cpp,hpp,h,c,md,toml,json}] +charset = utf-8 +trim_trailing_whitespace = true \ No newline at end of file