From: MichalPetryka <35800402+MichalPetryka@users.noreply.github.com> Date: Thu, 18 Feb 2021 01:49:18 +0000 (+0100) Subject: Add .editorconfig (#394) X-Git-Tag: v19.7.0~5 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=78415a838a8e4386539d5a1f69cb72d0591d2e2e;p=portaudio Add .editorconfig (#394) --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..88a2e5b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig info: https://editorconfig.org/ +root = true + +[Makefile*] +indent_style = tab + +[*.{c,cpp,h,cxx,hxx}] +indent_style = space +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +max_line_length = 120