Ver código fonte

Add note

pull/15/head
10sr 8 anos atrás
pai
commit
a2af093626
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      micro/init.lua

+ 1
- 0
micro/init.lua Ver arquivo

@@ -1,6 +1,7 @@
-- ec = require("editorconfig_core")

local function getProperties(fullpath)
-- TODO: Avoid command injection vulnerability
local file = io.popen("editorconfig '" .. fullpath .. "'", "r")
local output = file:read("*all")
file:close()


Carregando…
Cancelar
Salvar