Handle whitespace

This commit is contained in:
Anthony Rose 2024-09-11 14:18:53 +01:00
parent b4816df579
commit ea106ab4db

View file

@ -0,0 +1,9 @@
<application>
<component name="EditorSettings">
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="REMOVE_TRAILING_BLANK_LINES" value="true" />
<option name="IS_WHITESPACES_SHOWN" value="true" />
<option name="KEEP_TRAILING_SPACE_ON_CARET_LINE" value="false" />
</component>
</application>