Browse Source

Enable EditorConfig trailing whitespace trimming (#23543)

closed-social-glitch-2
Nick Schonning 1 year ago
committed by GitHub
parent
commit
c812cfa667
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .editorconfig

+ 1
- 0
.editorconfig View File

@ -10,3 +10,4 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

Loading…
Cancel
Save