Skip to content

Instantly share code, notes, and snippets.

@SimonJang
Forked from ntourne/.editconfig
Last active January 20, 2021 07:16
Show Gist options
  • Select an option

  • Save SimonJang/b57547d54d01bf2d9e692e52f8c15e45 to your computer and use it in GitHub Desktop.

Select an option

Save SimonJang/b57547d54d01bf2d9e692e52f8c15e45 to your computer and use it in GitHub Desktop.

Revisions

  1. SimonJang renamed this gist Jan 20, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @ntourne ntourne created this gist May 15, 2017.
    13 changes: 13 additions & 0 deletions .editconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    # Editor configuration, see http://editorconfig.org
    root = true

    [*]
    charset = utf-8
    indent_style = tab
    indent_size = 4
    insert_final_newline = true
    trim_trailing_whitespace = true

    [*.md]
    max_line_length = off
    trim_trailing_whitespace = false