diff options
author | Ben Sima <ben@bsima.me> | 2019-07-12 22:53:14 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-07-12 22:53:14 -0700 |
commit | b9323aaa0f268880398e5747c5d28c6279a751d7 (patch) | |
tree | 716b66c57a3d13e5630e95f20b38557b52f07e4f /editorconfig | |
parent | 6b64f05a4063d09d6b11b13b5496c021c8c69460 (diff) |
global editorcongif stuff
Diffstat (limited to 'editorconfig')
-rw-r--r-- | editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editorconfig b/editorconfig index 49bc4f8..c977887 100644 --- a/editorconfig +++ b/editorconfig @@ -1,4 +1,8 @@ root = true +[*] +trim_trailing_whitespace = true +insert_final_newline = true + [*.h] indent_style = tab
\ No newline at end of file |