dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 229a963f03b704d981454c3337c7e8fd73c05e59
parent 74a21dc4d11e63f97e6cd729eacd09b6c5809675
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue, 13 Sep 2022 15:40:36 -0500

Removed .editorconfig

Diffstat:
Dhome/.editorconfig | 49-------------------------------------------------
1 file changed, 0 insertions(+), 49 deletions(-)

diff --git a/home/.editorconfig b/home/.editorconfig @@ -1,49 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true - -[*.{cc,cpp,hpp,cxx}] -indent_style = space -indent_size = 4 -max_line_length = 79 - -[*.{c,h,java}] -indent_style = tab -tab_width = 4 -max_line_length = 79 - -[*.py] -indent_style = space -indent_size = 4 - -[*.R] -indent_style = space -indent_size = 2 - -[Makefile] -indent_style = tab - -[*.{tex,cls}] -indent_style = tab -tabwidth = 4 - -[*.md] -indent_style = space -indent_size = 4 -max_line_length = 79 - -[*.{html,css,scss,js,jsx,ts,tsx,xml,inpx}] -indent_style = space -indent_size = 2 - -[*.{json,yml,yaml,toml}] -indent_style = space -indent_size = 2 - -[*.mail] -trim_trailing_whitespace = false -