Skip to content

Instantly share code, notes, and snippets.

@zymr-keshav
Created September 20, 2017 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zymr-keshav/3b4f2e028e95e7696a96a754477a962a to your computer and use it in GitHub Desktop.
Save zymr-keshav/3b4f2e028e95e7696a96a754477a962a to your computer and use it in GitHub Desktop.
custom lesshint rc file for ST3
{
"fileExtensions": [".less", ".css"],
"excludedFiles": ["vendor.less"],
"spaceAfterPropertyColon": {
"enabled": true,
"style": "one_space" // Comments are allowed
},
"singleLinePerSelector": false,
"propertyOrdering": false,
"importantRule": false // To disable a rule completely, set it to false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment