diff options
Diffstat (limited to 'set-eol-style.sh')
-rwxr-xr-x | set-eol-style.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set-eol-style.sh b/set-eol-style.sh index af8887b..281769e 100755 --- a/set-eol-style.sh +++ b/set-eol-style.sh | |||
@@ -11,7 +11,7 @@ set_eol_style() | |||
11 | done | 11 | done |
12 | } | 12 | } |
13 | 13 | ||
14 | EXTENSIONS="cs ini example txt sql" | 14 | EXTENSIONS="cs ini example txt sql xml" |
15 | 15 | ||
16 | for ext in ${EXTENSIONS}; do | 16 | for ext in ${EXTENSIONS}; do |
17 | set_eol_style $ext | 17 | set_eol_style $ext |