Upgrade to Pro — share decks privately, control downloads, hide ads and more …

EditorConfig の紹介をするだけ

EditorConfig の紹介をするだけ

LT駆動開発 04 で LT した際のスライド

pecosantoyobe

June 12, 2014
Tweet

More Decks by pecosantoyobe

Other Decks in Programming

Transcript

  1. .editorconfig root = true ! [*] end_of_line = lf insert_final_newline

    = true trim_trailing_whitespace = true ! [*.py] indent_style = space indent_size = 4 ! [*.js] indent_style = tab ! [lib/**.js] indent_style = space indent_size = 2 ! [{package.json,.travis.yml}] indent_style = space indent_size = 2