Skip to content

Instantly share code, notes, and snippets.

@mburakerman
Created February 13, 2018 07:37

Revisions

  1. mburakerman created this gist Feb 13, 2018.
    11 changes: 11 additions & 0 deletions .editorconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    root = true

    # for all languages
    [*]
    indent_style = space
    indent_size = 2

    # for javascript
    [*.js]
    indent_style = space
    indent_size = 4