You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/languages.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ auto-format = false
14
14
15
15
# Project-level Configuration
16
16
17
-
You can create a `.helix`directory either in the current working directory or in the same directory as`.git`. Then you can write a `languages.toml` file that will overwrite both global and default language settings.
17
+
You can create a `.helix`folder containing a `languages.toml` folder in either the CWD or root directory. If`.helix` exists in both folders, the CWD config will override the root config. The local config overrides both global and default language settings.
0 commit comments