1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-03-17 17:14:07 -04:00

Add trim_trailing_whitespace to .editorconfig

This commit is contained in:
patrick96 2017-09-24 08:31:42 +02:00
parent 16daefd609
commit ad4baf87cf
No known key found for this signature in database
GPG key ID: 521E5E03AEBCA1A7

View file

@ -2,6 +2,7 @@ root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
charset = utf-8