Bläddra i källkod

Add note

pull/15/head
10sr 8 år sedan
förälder
incheckning
a2af093626
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      micro/init.lua

+ 1
- 0
micro/init.lua Visa fil

@@ -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()


Laddar…
Avbryt
Spara