Skip to main content
Module

x/i18next_http_backend/.editorconfig

i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.
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