File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Fields:
4040<a id =" format.ignore_file_patterns " ></a >
4141## ` format.ignore_file_patterns `
4242
43- List of patterns that match filenames to ignore when formatting on save.
43+ List of Lua patterns that match filenames to ignore when formatting on save.
4444
4545This is useful for projects with a top-level format config file, but subfolder dependencies
4646whose code should not be formatted on save.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ M.prefix_map = {['/**'] = ' *', ['---'] = '--'}
6666-- @usage table.insert(format.ignore_footer_lines, '"""')
6767M .ignore_footer_lines = {' */' }
6868
69- --- List of patterns that match filenames to ignore when formatting on save.
69+ --- List of Lua patterns that match filenames to ignore when formatting on save.
7070-- This is useful for projects with a top-level format config file, but subfolder dependencies
7171-- whose code should not be formatted on save.
7272-- @usage table.insert(format.ignore_file_patterns, '/testdata/')
You can’t perform that action at this time.
0 commit comments