diff --git a/.editorconfig b/.editorconfig new file mode 100755 index 0000000..ca2648d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,32 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# editorconfig.org + +root = true + +[*] +# change these settings to your own preference +indent_style = space +indent_size = 4 + +# we recommend you to keep these unchanged +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false + +[{package,bower}.json] +indent_style = space +indent_size = 2 + +[{.eslintrc,.scss-lint.yml}] +indent_style = space +indent_size = 2 + + +[*.{scss,sass}] +indent_style = space +indent_size = 2 diff --git a/README.md b/README.md index eb88e72..2ef62da 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A collection of popular logos in SVG / Vector [View All](http://gilbarbara.github.io/logos/) ## Angular - +  @@ -18,15 +18,13 @@ A collection of popular logos in SVG / Vector  ## AWS - -  ## Babel  ## Backbone - +  @@ -46,7 +44,7 @@ A collection of popular logos in SVG / Vector  ## Browserify - +  @@ -72,7 +70,7 @@ A collection of popular logos in SVG / Vector  ## Codepen - +  @@ -124,7 +122,7 @@ A collection of popular logos in SVG / Vector  ## git - +  @@ -346,7 +344,7 @@ A collection of popular logos in SVG / Vector  ## wordpress - +  diff --git a/assets/.scss-lint.yml b/assets/.scss-lint.yml new file mode 100644 index 0000000..544b99c --- /dev/null +++ b/assets/.scss-lint.yml @@ -0,0 +1,172 @@ +linters: + BangFormat: + enabled: true + space_before_bang: true + space_after_bang: false + + BorderZero: + enabled: true + + ColorKeyword: + enabled: true + + ColorVariable: + enabled: false + + Comment: + enabled: false + + DebugStatement: + enabled: true + + DeclarationOrder: + enabled: true + + DuplicateProperty: + enabled: true + + ElsePlacement: + enabled: true + style: new_line # or 'same_line' + + EmptyLineBetweenBlocks: + enabled: true + ignore_single_line_blocks: false + + EmptyRule: + enabled: true + + FinalNewline: + enabled: true + present: true + + HexLength: + enabled: true + style: short # or 'long' + + HexNotation: + enabled: true + style: lowercase # or 'uppercase' + + HexValidation: + enabled: true + + IdSelector: + enabled: false + + ImportantRule: + enabled: false + + ImportPath: + enabled: true + leading_underscore: false + filename_extension: false + + Indentation: + enabled: true + character: space # or 'tab' + width: 2 + + LeadingZero: + enabled: true + style: include_zero # or 'exclude_zero' + + MergeableSelector: + enabled: true + force_nesting: true + + NameFormat: + enabled: true + allow_leading_underscore: false + convention: hyphenated_lowercase # or 'BEM', or a regex pattern + + NestingDepth: + enabled: true + max_depth: 6 + + PlaceholderInExtend: + enabled: true + + PropertySortOrder: + enabled: true + ignore_unspecified: false + separate_groups: true + + PropertySpelling: + enabled: true + extra_properties: [] + + QualifyingElement: + enabled: true + allow_element_with_attribute: false + allow_element_with_class: true + allow_element_with_id: false + + SelectorDepth: + enabled: true + max_depth: 6 + + SelectorFormat: + enabled: true + convention: hyphenated_BEM # or 'hyphenated_lowercase', or 'snake_case', or 'camel_case', or a regex pattern + + Shorthand: + enabled: true + + SingleLinePerProperty: + enabled: true + allow_single_line_rule_sets: false + + SingleLinePerSelector: + enabled: true + + SpaceAfterComma: + enabled: true + + SpaceAfterPropertyColon: + enabled: true + style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned' + + SpaceAfterPropertyName: + enabled: true + + SpaceBeforeBrace: + enabled: true + style: space + allow_single_line_padding: false + + SpaceBetweenParens: + enabled: true + spaces: 0 + + StringQuotes: + enabled: true + style: single_quotes # or double_quotes + + TrailingSemicolon: + enabled: true + + TrailingZero: + enabled: true + + UnnecessaryMantissa: + enabled: true + + UnnecessaryParentReference: + enabled: true + + UrlFormat: + enabled: true + + UrlQuotes: + enabled: true + + VariableForProperty: + enabled: false + + VendorPrefix: + enabled: true + identifier_list: base + + ZeroUnit: + enabled: true diff --git a/assets/index.html b/assets/index.html index e77b02b..20a6b15 100644 --- a/assets/index.html +++ b/assets/index.html @@ -3,13 +3,13 @@