diff options
Diffstat (limited to 'third_party/rust/cubeb-pulse/.editorconfig')
-rw-r--r-- | third_party/rust/cubeb-pulse/.editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/rust/cubeb-pulse/.editorconfig b/third_party/rust/cubeb-pulse/.editorconfig new file mode 100644 index 0000000000..d1f040a232 --- /dev/null +++ b/third_party/rust/cubeb-pulse/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false |