Skip to content

Commit

Permalink
better phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Nov 21, 2024
1 parent b6d9deb commit e4c1562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# tab is superior to space:
# • it allows users to configure the indent size
# • it semantically differentiates indent from alignment
# however, a reasonable amount of tools can not deal with tabs 😥
# • it allows users to configure the indent size
# • it semantically differentiates indent from alignment
# however, some tools cannot deal with tabs 😥
indent_style = tab

# scala is very fixed on this indent style
Expand Down

0 comments on commit e4c1562

Please sign in to comment.