Skip to content

Instantly share code, notes, and snippets.

View glektarssza's full-sized avatar
🐍
Hisssssss!

G'lek Tarssza glektarssza

🐍
Hisssssss!
View GitHub Profile
@glektarssza
glektarssza / .editorconfig
Created February 11, 2022 18:48
C# EditorConfig
##########################################
# Common Settings
##########################################
# This file is the top-most EditorConfig file
root = true
# All Files #
[*]
indent_style = space
@glektarssza
glektarssza / .vimrc
Last active October 31, 2024 17:45
Vim Configuration
set nocompatible
filetype off
set packpath^=~/.vim
set runtimepath^=~/.vim
execute pathogen#infect()
set encoding=utf-8
set fileformats=unix