Codebase list ruby-slack-notifier / 1329b4a2-26b6-4881-8094-f90815c61172/upstream .editorconfig
1329b4a2-26b6-4881-8094-f90815c61172/upstream

Tree @1329b4a2-26b6-4881-8094-f90815c61172/upstream (Download .tar.gz)

.editorconfig @1329b4a2-26b6-4881-8094-f90815c61172/upstreamraw · history · blame

; EditorConfig is awesome: http://EditorConfig.org

root = true  ; top-most EditorConfig file

; Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true