Copy link to clipboard
Copied
I need to adjust DW formatting,
{
"js": {
"eol": "\n",
"preserve_newlines": true,
"max_preserve_newlines": 3,
"space_after_anon_function": true,
"keep_array_indentation": false,
"keep_function_indentation": false,
"space_before_conditional": true,
"break_chained_methods": false,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
"wrap_attributes": "auto",
"end_with_newline": true,
"comma_first": false,
"operator_position": "after-newline"
},
"css": {
"preserve_newlines": false,
"selector_separator": " ",
"selector_separator_newline" : true,
"end_with_newline": false,
"newline_between_rules": false,
"space_around_selector_separator": true
},
"html": {
"eol": "\n",
"end_with_newline": true,
"preserve_newlines": true,
"max_preserve_newlines": 1,
"indent_inner_html": false,
"brace_style": "collapse",
"indent_scripts": "normal",
"wrap_line_length": 0,
"wrap_attributes": "auto"
},
"php": {
"eol": "\n",
"preserve_newlines": true,
"max_preserve_newlines": 3,
"space_after_anon_function": true,
"brace_style": "collapse",
"keep_array_indentation": false,
"keep_function_indentation": false,
"space_before_conditional": true,
"break_chained_methods": false,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
"wrap_attributes": "auto",
"end_with_newline": false,
"comma_first": false,
"space_in_paren":true
}
}
for this
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
I tried, it didn’t work! Thanks in advance!
Copy link to clipboard
Copied
It should be like that. http://joxi.ru/5md65xLHe4loRA , and I have so http://joxi.ru/L21O48EUgGk1Dr
Copy link to clipboard
Copied
Have you had a look at https://helpx.adobe.com/au/dreamweaver/using/customize-code-coloring.html
Copy link to clipboard
Copied
I don't need to change color! I need to change the formatting. Standard settings do not help. I have given the edit config formatting code. I need the DW file to fit it!