Daniel J. Summers ce96973c51
Environment swap (#21)
Moved the server-side to an F# API with RethinkDB; the client is now a Vue 3 app
2021-08-09 23:23:50 -04:00

6 lines
121 B
INI

[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true