-
-
Notifications
You must be signed in to change notification settings - Fork 30
Formatting based on external formatter #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
e2d42bc
794f80a
b25a9eb
8074155
791f5b4
8d08642
0a67c4f
cb81940
b3c2898
68d26f1
bf1c923
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ hs_err_pid* | |
*.iml | ||
**/.gradle | ||
build | ||
|
||
src/gen | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
import java.util.Collections; | ||
import java.util.Deque; | ||
|
||
@State(name = "NixLangSettings", storages = @Storage(value = "nix-idea-tools.xml", roamingType = RoamingType.DISABLED)) | ||
@State(name = "NixLangSettings", storages = @Storage(value = "nix-idea-lang.xml", roamingType = RoamingType.DISABLED)) | ||
public final class NixLangSettings implements PersistentStateComponent<NixLangSettings.State> { | ||
|
||
|
||
// TODO: Use RoamingType.LOCAL with 2024.1 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: This directory is no-longer generated, which is why I removed it from the
.gitignore
. However, it probably makes sense to keep the ignore-rule for some more time, as it might be confusing when you temporarily checkout an older commit and then have all these untracked files afterward.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah that explains why I had these files even though they were not gitignored