diff options
| author | Pieter-Jan Briers | 2018-02-16 19:44:47 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-22 13:06:25 +0100 |
| commit | 3687faa78fff4f4d48b27fa8d3920f2eb61a019b (patch) | |
| tree | 5adf9a196ab5aba569b5491c689949e98df4d8c2 | |
| parent | eacd66e78431354d0cce21e07c791aeb2206cef6 (diff) | |
| download | godot-3687faa78fff4f4d48b27fa8d3920f2eb61a019b.tar.gz godot-3687faa78fff4f4d48b27fa8d3920f2eb61a019b.tar.zst godot-3687faa78fff4f4d48b27fa8d3920f2eb61a019b.zip | |
Enforce insert_final_newline in the editorconfig.
(cherry picked from commit 6861886f706af841442d599570d5f163cf0688ce)
| -rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index ead5e14ca..e51d0d4c6 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 |
