mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
In Eclipse, turn on CheckStyle plugin checks for any file opened in the editor, even if it is already in synch with the repository.
Otherwise, it is difficult to go back and fix style changes in a file you just committed. Because then it is in synch with the repository.
This commit is contained in:
@@ -10,5 +10,4 @@
|
||||
</fileset>
|
||||
<filter name="WriteProtectedFiles" enabled="true"/>
|
||||
<filter name="UnOpenedFiles" enabled="true"/>
|
||||
<filter name="FilesInSync" enabled="true"/>
|
||||
</fileset-config>
|
||||
|
||||
Reference in New Issue
Block a user