Created
November 8, 2016 09:54
-
-
Save zengyun-hacker/6f9c999e23909c5e76218be837e0b2bd to your computer and use it in GitHub Desktop.
Revisions
-
zengyun-hacker created this gist
Nov 8, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,38 @@ { "linters": { "spelling": { "type": "spelling" }, "generated": { "type": "generated" }, "merge-conflict": { "type": "merge-conflict" }, "general-text": { "type": "text", "text.max-line-length": 240, "exclude": ["(\\.svg$)", "(\\.pbxproj$)", "(\\.plist$)", "(podfile)","(\\.xib)","(\\.storyboard)"], "severity": { "5": "disabled" } }, "xml": { "type": "xml", "include": "(\\.xml$)" }, "jsonlint": { "type": "jsonlint", "include": "(\\.json$)" }, "flake8": { "type": "flake8", "include": "(\\.py$)" }, "jshint": { "type": "jshint", "include": "(\\.js$)", "exclude": "(\\.min.js$)" } } }