| 12345678910111213141516171819202122 | # This file is automatically generated by a `metapak`# module. Do not change it elsewhere, changes would# be overridden.# EditorConfig is awesome: http://EditorConfig.org# top-most EditorConfig fileroot = true# Unix-style newlines with a newline ending every file[*]end_of_line = lfinsert_final_newline = true# Matches multiple files with brace expansion notation# Set default charset# 2 space indentation[*.{js,css}]charset = utf-8indent_style = spacetrim_trailing_whitespace = trueindent_size = 2
 |