.editorconfig
author Mahlon E. Smith <mahlon@laika.com>
Mon, 02 Sep 2019 09:19:06 -0700
changeset 3 a062019c2926
parent 0 266fe36d11dd
permissions -rw-r--r--
Retire hoe Rakefile.

# http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Tab indentation
[**.*]
indent_style = tab