Skip to content

Instantly share code, notes, and snippets.

@slenderock
Last active April 22, 2017 15:34
Show Gist options
  • Select an option

  • Save slenderock/48fb91a589e467c8efe322ce9b5806e3 to your computer and use it in GitHub Desktop.

Select an option

Save slenderock/48fb91a589e467c8efe322ce9b5806e3 to your computer and use it in GitHub Desktop.

Revisions

  1. Serhii Ovcharenko revised this gist Mar 1, 2017. No changes.
  2. Serhii Ovcharenko created this gist Mar 1, 2017.
    12 changes: 12 additions & 0 deletions .editorconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    # http://editorconfig.org
    root = true

    [*]
    end_of_line = lf
    insert_final_newline = true

    [*.{js,es6,jsx,ts,tsx,py,html,css,less,sass,php}]
    indent_style = space
    indent_size = 4
    charset = utf-8
    trim_trailing_whitespace = true