File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
autoload/neoformat/formatters Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1- root = true
2-
31[* ]
42indent_style = space
53indent_size = 4
@@ -8,3 +6,6 @@ end_of_line = lf
86charset = utf-8
97trim_trailing_whitespace = true
108insert_final_newline = true
9+
10+ [* .vader ]
11+ indent_size = 2
Original file line number Diff line number Diff line change 11test /$VADER_OUTPUT_FILE
2+ node_modules /
Original file line number Diff line number Diff line change 1+ function ! neoformat#formatters#jinja#enabled ()
2+ return [' prettydiff' , ' htmlbeautify' ]
3+ endfunction
4+
5+ function ! neoformat#formatters#jinja#htmlbeautify ()
6+ return neoformat#formatters#html#htmlbeautify ()
7+ endfunction
8+
9+ function ! neoformat#formatters#jinja#prettydiff ()
10+ return neoformat#formatters#html#prettydiff ()
11+ endfunction
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ endfunction
44
55function ! neoformat#formatters#pug#pugbeautifier ()
66 return {
7- \ ' exe' : ' pug-beautifier'
7+ \ ' exe' : ' pug-beautifier' ,
8+ \ ' args' : [' -s 2' ]
89 \ }
910endfunction
You can’t perform that action at this time.
0 commit comments