coliru

A minimal, flexible, dotfile installer
git clone https://git.ashermorgan.net/coliru/
Log | Files | Refs | README

commit 3f3cde061e270cd35349d87de619796c6d0b7136
parent 9c7272ccc935f78d7b9aa0be5dcbe4ce717dae31
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Tue, 18 Jun 2024 11:06:01 -0700

Add .editorconfig

Diffstat:
A.editorconfig | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,12 @@ +# https://editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 4 +insert_final_newline = true +max_line_length = 80 +trim_trailing_whitespace = true