Skip to content

Instantly share code, notes, and snippets.

@dudasaron
dudasaron / test.php
Created February 20, 2021 22:36
test.php
<?php
phpinfo();
?>
@dudasaron
dudasaron / .vimrc
Created January 20, 2021 18:27
.vimrc
set tabstop=4
set shiftwidth=4
set expandtab
syntax on
set hlsearch
set incsearch
set ignorecase
set smartcase
set autoindent
set number