Skip to content

Commit

Permalink
fix: .editorconfig: Use 'unset' instead of 'none' to ignore. Also ign…
Browse files Browse the repository at this point in the history
…ore javadoc.

Signed-off-by: jefft0 <jeff@thefirst.org>
  • Loading branch information
jefft0 committed Dec 6, 2022
1 parent d082ba4 commit 7880a8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ indent_size = 4
indent_style = space
indent_size = 4

[**/{docs,.idea,.gradle,{b,B}uild,vendor,xcuserdata}/**]
charset = none
end_of_line = none
insert_final_newline = none
trim_trailing_whitespace = none
indent_style = none
indent_size = none
[**/{docs,javadoc,.idea,.gradle,{b,B}uild,vendor,xcuserdata}/**]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

0 comments on commit 7880a8c

Please sign in to comment.