Skip to content

Instantly share code, notes, and snippets.

View alilosoft's full-sized avatar
🐢

Ali Fellahi alilosoft

🐢
View GitHub Profile
@jonyfs
jonyfs / Dockerfile
Created September 14, 2018 21:29
Dockerfile with docker-compose and aws-cli
FROM alpine:latest
MAINTAINER Jony Santos
RUN apk update && apk add docker make py-pip && pip install docker-compose && pip install aws-cli
@andreoss
andreoss / .editorconfig
Last active October 23, 2020 17:21
Qulice-compliant .editorconfig
[*]
charset = utf-8
end_of_line = lf
tab_width = 4
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 80
ij_visual_guides = 80
ij_wrap_on_typing = true