Skip to content

Commit

Permalink
doc: Clarify how default overrides interact with std
Browse files Browse the repository at this point in the history
References: lunarmodules#91
  • Loading branch information
hramrach committed May 4, 2023
1 parent 0cef17d commit df5b4e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docsrc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,6 @@ Default per-path std overrides
files["**/*.luacheckrc"].std = "+luacheckrc"
files["**/config.ld"].std = "+ldoc"
These are added to the global ``std`` specified in the config file.
Each of these can be overriden by setting a different ``std`` value for the corresponding key in ``files``.
Setting ``std`` on the commandline removes these default overrides.

0 comments on commit df5b4e7

Please sign in to comment.