Skip to content

Instantly share code, notes, and snippets.

@matt-diehl
Last active December 2, 2015 21:43
Show Gist options
  • Select an option

  • Save matt-diehl/b406cdffae6aac23f3b5 to your computer and use it in GitHub Desktop.

Select an option

Save matt-diehl/b406cdffae6aac23f3b5 to your computer and use it in GitHub Desktop.

Revisions

  1. Matt revised this gist Dec 2, 2015. 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,6 +1,8 @@
    # top-most EditorConfig file
    root = true

    [*]

    # We recommend you to keep these unchanged
    charset = utf-8
    trim_trailing_whitespace = true
  2. Matt created this gist Dec 2, 2015.
    16 changes: 16 additions & 0 deletions .editorconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    # top-most EditorConfig file
    root = true

    # We recommend you to keep these unchanged
    charset = utf-8
    trim_trailing_whitespace = true
    insert_final_newline = true

    [FrontEndSrc/*]

    end_of_line = lf
    indent_style = space
    indent_size = 4

    [*.md]
    trim_trailing_whitespace = false