Skip to content

Instantly share code, notes, and snippets.

@SOSANA
Last active February 23, 2017 18:10

Revisions

  1. SOSANA revised this gist Feb 23, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .editorconfig
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    # EditorConfig is awesome: http://EditorConfig.org
    root = true

    # Unix-style newlines with a newline ending every file
    [*]
    indent_style = space
    indent_size = 2
  2. SOSANA created this gist Feb 23, 2017.
    12 changes: 12 additions & 0 deletions .editorconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    root = true

    [*]
    indent_style = space
    indent_size = 2
    end_of_line = lf
    charset = utf-8
    trim_trailing_whitespace = true
    insert_final_newline = true

    [*.md]
    trim_trailing_whitespace = true