Skip to content

Commit

Permalink
Adding standard Atom code style settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesleesaunders committed Sep 5, 2017
1 parent 13e8d42 commit 61a327a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/Atom_Beautify_Config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"html": {
"brace_style": "collapse",
"indent_char": " ",
"indent_scripts": "normal",
"indent_size": 6,
"max_preserve_newlines": 1,
"preserve_newlines": true,
"unformatted": ["a", "sub", "sup", "b", "i", "u"],
"wrap_line_length": 0
},
"css": {
"indent_char": " ",
"indent_size": 4
},
"js": {
"brace_style": "collapse-preserve-inline",
"indent_size": 2,
"indent_char": " ",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 2,
"jslint_happy": true
}
}

0 comments on commit 61a327a

Please sign in to comment.