Created
May 2, 2018 14:39
-
-
Save dylanmensaert/56e3c258ecadd1ffe6b24b17f27bd98a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.rulers": [160], | |
"editor.renderWhitespace": "all", | |
"editor.formatOnSave": false, | |
"workbench.editor.enablePreview": false, | |
"workbench.colorTheme": "Monokai", | |
"window.openFoldersInNewWindow": "on", | |
"files.exclude": { | |
"**/.git": true, | |
"**/.DS_Store": true, | |
"**/node_modules": true, | |
"**/bower_components": true, | |
"dist": true, | |
"tmp": true | |
}, | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"css.lint.duplicateProperties": "warning", | |
"css.lint.importStatement": "warning", | |
"css.lint.boxModel": "warning", | |
"css.lint.universalSelector": "warning", | |
"css.lint.zeroUnits": "warning", | |
"css.lint.important": "warning", | |
"css.lint.float": "warning", | |
"css.lint.idSelector": "warning", | |
"git.confirmSync": false, | |
"git.enableSmartCommit": true, | |
"clang-format.style": "{AccessModifierOffset: 0,AlignAfterOpenBracket: Align,AlignConsecutiveAssignments: false,AlignConsecutiveDeclarations: false,AlignEscapedNewlinesLeft: false,AlignOperands: false,AlignTrailingComments: false,AllowAllParametersOfDeclarationOnNextLine: false,AllowShortBlocksOnASingleLine: false,AllowShortCaseLabelsOnASingleLine: false,AllowShortFunctionsOnASingleLine: None,AllowShortIfStatementsOnASingleLine: false,AllowShortLoopsOnASingleLine: false,AlwaysBreakAfterReturnType: None,AlwaysBreakBeforeMultilineStrings: false,AlwaysBreakTemplateDeclarations: false,BinPackArguments: false,BinPackParameters: false,BraceWrapping: {AfterClass: true,AfterControlStatement: true,AfterEnum: true,AfterFunction: true,AfterNamespace: true,AfterObjCDeclaration: true,AfterStruct: true,AfterUnion: true,BeforeCatch: true,BeforeElse: true,IndentBraces: false},BreakAfterJavaFieldAnnotations: true,BreakBeforeBinaryOperators: None,BreakBeforeBraces: Allman,BreakBeforeInheritanceComma: false,BreakBeforeTernaryOperators: false,BreakConstructorInitializersBeforeComma: false,BreakStringLiterals: false,ColumnLimit: 160,ConstructorInitializerAllOnOneLineOrOnePerLine: false,ConstructorInitializerIndentWidth: 0,ContinuationIndentWidth: 0,Cpp11BracedListStyle: false,DerivePointerAlignment: false,DisableFormat: false,ExperimentalAutoDetectBinPacking: false,FixNamespaceComments: false,ForEachMacros: [],IncludeCategories: [],IndentCaseLabels: true,IndentWidth: 4,IndentWrappedFunctionNames: false,JavaScriptQuotes: Leave,JavaScriptWrapImports: false,KeepEmptyLinesAtTheStartOfBlocks: false,Language: Java,MaxEmptyLinesToKeep: 1,NamespaceIndentation: None,ObjCBlockIndentWidth: 0,ObjCSpaceAfterProperty: false,ObjCSpaceBeforeProtocolList: false,PenaltyBreakBeforeFirstCallParameter: 0,PenaltyBreakComment: 0,PenaltyBreakFirstLessLess: 0,PenaltyBreakString: 0,PenaltyExcessCharacter: 0,PenaltyReturnTypeOnItsOwnLine: 0,PointerAlignment: Left,ReflowComments: true,SortIncludes: false,SpaceAfterCStyleCast: false,SpaceAfterTemplateKeyword: false,SpaceBeforeAssignmentOperators: true,SpaceBeforeParens: ControlStatements,SpaceInEmptyParentheses: false,SpacesBeforeTrailingComments: 0,SpacesInAngles: false,SpacesInCStyleCastParentheses: false,SpacesInContainerLiterals: false,SpacesInParentheses: false,SpacesInSquareBrackets: false,Standard: Auto,TabWidth: 4,UseTab: Never}", | |
"clang-format.assumeFilename": "DummyClassName.java", | |
"beautify.config": { | |
"eol": "\n", | |
"end_with_newline": true, | |
"indent_char": " ", | |
"indent_size": 4, | |
"indent_with_tabs": false, | |
"preserve_newlines": true, | |
"html": { | |
"allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "page", "component"], | |
"brace_style": "collapse", | |
"max_preserve_newlines": 2, | |
"wrap_line_length": 160, | |
"extra_liners": ["head", "body", "/html"], | |
"indent_body_inner_html": true, | |
"indent_handlebars": true, | |
"indent_head_inner_html": true, | |
"indent_inner_html": true, | |
"indent_scripts": "keep", | |
"wrap_attributes": "auto", | |
"wrap_attributes_indent_size": 0, | |
"unformatted": ["code", "pre"], | |
"content_unformatted": ["pre"] | |
}, | |
"css": { | |
"allowed_file_extensions": ["css", "scss", "sass", "less"], | |
"newline_between_rules": true, | |
"selector_separator_newline": true, | |
"space_around_combinator": true | |
}, | |
"js": { | |
"allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"], | |
"brace_style": "collapse", | |
"max_preserve_newlines": 2, | |
"wrap_line_length": 160, | |
"break_chained_methods": false, | |
"comma_first": false, | |
"e4x": false, | |
"indent_level": 0, | |
"jslint_happy": false, | |
"keep_array_indentation": false, | |
"keep_function_indentation": false, | |
"operator_position": "before-newline", | |
"space_after_anon_function": true, | |
"space_before_conditional": true, | |
"space_in_empty_paren": false, | |
"space_in_paren": false, | |
"unescape_strings": false | |
} | |
}, | |
"beautify.language": { | |
"js": { | |
"type": [ | |
"javascript", | |
"json" | |
], | |
"filename": [ | |
".jshintrc", | |
".jsbeautify" | |
] | |
}, | |
"css": [ | |
"css", | |
"scss" | |
], | |
"html": { | |
"type": [ | |
"html", | |
"htm" | |
], | |
"filename": [ | |
"*.cmp", | |
"*.page", | |
"*.component" | |
] | |
} | |
}, | |
"sublimeTextKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.snippetSuggestions": "top", | |
"editor.formatOnPaste": false, | |
"sync.gist": "9aa961b06475c27f6c7bf6ffc46a61af", | |
"sync.lastUpload": "2017-11-20T15:53:08.841Z", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastDownload": "", | |
"sync.forceDownload": false, | |
"sync.anonymousGist": false, | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"window.zoomLevel": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment