Skip to main content
Module

x/pogo/.editorconfig

Server framework for Deno
Latest
File
# Standardized configuration for your text editor.# See: http://EditorConfig.org
# This is the default for the whole project.root = true
# Unix-style newlines with a newline ending every file.[*]charset = utf-8indent_style = spaceindent_size = 4end_of_line = lftrim_trailing_whitespace = trueinsert_final_newline = true
[*.yml]indent_size = 2