diff options
author | Pieter-Jan Briers <pieterjan.briers@gmail.com> | 2018-02-16 19:44:47 +0100 |
---|---|---|
committer | Pieter-Jan Briers <pieterjan.briers@gmail.com> | 2018-02-16 19:44:47 +0100 |
commit | 6861886f706af841442d599570d5f163cf0688ce (patch) | |
tree | 6218dad15eb95d8a7d74dcb80fd92f4283f8ef83 /.editorconfig | |
parent | 5bfb8e1bce518f340a8422acdd04bfce65934597 (diff) |
Enforce insert_final_newline in the editorconfig.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index ead5e14ca9..e51d0d4c60 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ root = true charset = utf-8 end_of_line = lf indent_style = tab +insert_final_newline = true [*.{cpp,hpp,c,h,mm}] trim_trailing_whitespace = true |