diff options
author | 2020-08-14 18:35:00 +1000 | |
---|---|---|
committer | 2020-08-14 18:35:00 +1000 | |
commit | 2c505740c39ab2827ca133a6655ab3b59693ea1e (patch) | |
tree | 30d28d9c6138d782bbb490bba5d49917c44cd97f /.editorconfig | |
parent | 303880d1b4d88c8de1460ca758d77de80f129433 (diff) |
Clean up command-line -h output, tidy up emulator_info class a little, add trim trailing whitespace to .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 87992cd03ea..abdb3ae8bfe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ indent_size = 4 indent_style = tab insert_final_newline = true tab_width = 4 +trim_trailing_whitespace = true [*.py] indent_style = space |