# ╔═╗╔╦╗╦╔╦╗╔═╗╦═╗┌─┐┌─┐┌┐┌┌─┐┬┌─┐ # ║╣ ║║║ ║ ║ ║╠╦╝│ │ ││││├┤ ││ ┬ # o╚═╝═╩╝╩ ╩ ╚═╝╩╚═└─┘└─┘┘└┘└ ┴└─┘ # # This file (`.editorconfig`) exists to help maintain consistent formatting # throughout this project. # # To review what each of these options mean, see: # http://editorconfig.org/ root = true [*] indent_style = space end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_size = 2 quote_type = single [*.min.*] insert_final_newline = false