Handle whitespace
This commit is contained in:
parent
b4816df579
commit
ea106ab4db
1 changed files with 9 additions and 0 deletions
9
misc/JetBrains-ACP/options/editor.xml
Normal file
9
misc/JetBrains-ACP/options/editor.xml
Normal 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>
|
Loading…
Reference in a new issue