Skip to main content
Module

x/i18next_fs_backend/.editorconfig

i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.
Go to Latest
File
# EditorConfig is awesome: http://EditorConfig.orgroot = true
[*.{js,jsx,json}]end_of_line = lfinsert_final_newline = truecharset = utf-8indent_style = spaceindent_size = 2trim_trailing_whitespace = true