Skip to content

Commit

Permalink
add data/schema to wmlindent ignore
Browse files Browse the repository at this point in the history
until we decided what to do with it
  • Loading branch information
gfgtdf committed Oct 19, 2020
1 parent 055fbf7 commit 2f234a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/Makefile
Expand Up @@ -80,7 +80,7 @@ unchecked:

# Reindent the mainline content
reindent:
@./wmlindent --exclude=../../data/languages --exclude=../../data/gui --exclude=../../data/test $(DATA)
@./wmlindent --exclude=../../data/languages --exclude=../../data/gui --exclude=../../data/test --exclude=../../data/test --exclude=../../data/schema $(DATA)

# Extract a table of editor keybindings from the editor theme definition
editor_bindings:
Expand Down

0 comments on commit 2f234a8

Please sign in to comment.