Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Hello! change formatting code DW

New Here ,
Nov 18, 2019 Nov 18, 2019

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!

 

TOPICS
Browser , Code , Error , How to , Preview
612
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 18, 2019 Nov 18, 2019

It should be like that. http://joxi.ru/5md65xLHe4loRA , and I have so http://joxi.ru/L21O48EUgGk1Dr

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 18, 2019 Nov 18, 2019

Have you had a look at https://helpx.adobe.com/au/dreamweaver/using/customize-code-coloring.html

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 20, 2019 Nov 20, 2019
LATEST

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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines