WhitespaceClean-resources/edit_area

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 13:29:29 +00:00
parent 66ba2802bd
commit aca80b09c0
15 changed files with 156 additions and 156 deletions

View File

@@ -19,6 +19,6 @@ editAreaLoader.load_syntax["robotstxt"] = {
'specials' : 'color: #FF0000;'
},
'OPERATORS' : 'color: #FF00FF;',
'DELIMITERS' : 'color: #60CA00;'
'DELIMITERS' : 'color: #60CA00;'
}
};