[READ-ONLY] Mirror of https://github.com/shuuji3/kurashi-tepco-api. 馃挕 API to fetch the electricity consumption data from Kurashi TEPCO website (under development)
0

Configure Feed

Select the types of activity you want to include in your feed.

kurashi-tepco-api / .editorconfig
240 B 13 lines
1# https://editorconfig.org 2root = true 3 4[*] 5indent_style = tab 6end_of_line = lf 7charset = utf-8 8trim_trailing_whitespace = true 9insert_final_newline = true 10 11[*.{json,yml,md,babelrc,remarkrc,prettierrc}] 12indent_style = space 13indent_size = 2