Skip to content

Commit

Permalink
docs: Clarify how default overrides interact with std (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramrach committed May 4, 2023
1 parent 0cef17d commit 606d961
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 606d961

Please sign in to comment.