summaryrefslogtreecommitdiff
path: root/.config/JetBrains/CLion2023.3/options/editor.xml
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew@matthewkosarek.xyz>2024-01-01 16:36:27 -0500
committerMatthew Kosarek <matthew@matthewkosarek.xyz>2024-01-01 16:36:27 -0500
commit7b6a852aae5cd31ed2043492b5e8029293f49e7a (patch)
treefdac6083336bb8b673d78aa7a638e040457ba4e8 /.config/JetBrains/CLion2023.3/options/editor.xml
parent0b42a655e5318a9910110c61b91766b9b7a05f26 (diff)
CLion options
Diffstat (limited to '.config/JetBrains/CLion2023.3/options/editor.xml')
-rw-r--r--.config/JetBrains/CLion2023.3/options/editor.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/JetBrains/CLion2023.3/options/editor.xml b/.config/JetBrains/CLion2023.3/options/editor.xml
new file mode 100644
index 0000000..6044f36
--- /dev/null
+++ b/.config/JetBrains/CLion2023.3/options/editor.xml
@@ -0,0 +1,15 @@
+<application>
+ <component name="DaemonCodeAnalyzerSettings">
+ <option name="NEXT_ERROR_ACTION_GOES_TO_ERRORS_FIRST" value="false" />
+ </component>
+ <component name="EditorSettings">
+ <option name="ADDITIONAL_PAGE_AT_BOTTOM" value="true" />
+ </component>
+ <component name="InlayHintsSettings">
+ <option name="disabledLanguages">
+ <set>
+ <option value="ObjectiveC" />
+ </set>
+ </option>
+ </component>
+</application> \ No newline at end of file